home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / iconv8_s.arc / ICONT.ARC / TOKEN.H < prev    next >
Text File  |  1990-03-28  |  2KB  |  111 lines

  1. # define CSETLIT 257
  2. # define EOFX 258
  3. # define IDENT 259
  4. # define INTLIT 260
  5. # define REALLIT 261
  6. # define STRINGLIT 262
  7. # define BREAK 263
  8. # define BY 264
  9. # define CASE 265
  10. # define CREATE 266
  11. # define DEFAULT 267
  12. # define DO 268
  13. # define ELSE 269
  14. # define END 270
  15. # define EVERY 271
  16. # define FAIL 272
  17. # define GLOBAL 273
  18. # define IF 274
  19. # define INITIAL 275
  20. # define LINK 276
  21. # define LOCAL 277
  22. # define NEXT 278
  23. # define NOT 279
  24. # define OF 280
  25. # define PROCEDURE 281
  26. # define RECORD 282
  27. # define REPEAT 283
  28. # define RETURN 284
  29. # define STATIC 285
  30. # define SUSPEND 286
  31. # define THEN 287
  32. # define TO 288
  33. # define UNTIL 289
  34. # define WHILE 290
  35. # define ASSIGN 291
  36. # define AT 292
  37. # define AUGACT 293
  38. # define AUGAND 294
  39. # define AUGEQ 295
  40. # define AUGEQV 296
  41. # define AUGGE 297
  42. # define AUGGT 298
  43. # define AUGLE 299
  44. # define AUGLT 300
  45. # define AUGNE 301
  46. # define AUGNEQV 302
  47. # define AUGSEQ 303
  48. # define AUGSGE 304
  49. # define AUGSGT 305
  50. # define AUGSLE 306
  51. # define AUGSLT 307
  52. # define AUGSNE 308
  53. # define BACKSLASH 309
  54. # define BANG 310
  55. # define BAR 311
  56. # define CARET 312
  57. # define CARETASGN 313
  58. # define COLON 314
  59. # define COMMA 315
  60. # define CONCAT 316
  61. # define CONCATASGN 317
  62. # define CONJUNC 318
  63. # define DIFF 319
  64. # define DIFFASGN 320
  65. # define DOT 321
  66. # define EQUIV 322
  67. # define INTER 323
  68. # define INTERASGN 324
  69. # define LBRACE 325
  70. # define LBRACK 326
  71. # define LCONCAT 327
  72. # define LCONCATASGN 328
  73. # define LEXEQ 329
  74. # define LEXGE 330
  75. # define LEXGT 331
  76. # define LEXLE 332
  77. # define LEXLT 333
  78. # define LEXNE 334
  79. # define LPAREN 335
  80. # define MCOLON 336
  81. # define MINUS 337
  82. # define MINUSASGN 338
  83. # define MOD 339
  84. # define MODASGN 340
  85. # define NOTEQUIV 341
  86. # define NUMEQ 342
  87. # define NUMGE 343
  88. # define NUMGT 344
  89. # define NUMLE 345
  90. # define NUMLT 346
  91. # define NUMNE 347
  92. # define PCOLON 348
  93. # define PLUS 349
  94. # define PLUSASGN 350
  95. # define QMARK 351
  96. # define RBRACE 352
  97. # define RBRACK 353
  98. # define REVASSIGN 354
  99. # define REVSWAP 355
  100. # define RPAREN 356
  101. # define SCANASGN 357
  102. # define SEMICOL 358
  103. # define SLASH 359
  104. # define SLASHASGN 360
  105. # define STAR 361
  106. # define STARASGN 362
  107. # define SWAP 363
  108. # define TILDE 364
  109. # define UNION 365
  110. # define UNIONASGN 366
  111.